home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / misc / PowerInstaller.lha / PowerInstaller / DemoScripts / HelloWorld.script < prev    next >
Encoding:
Text File  |  1998-03-13  |  169 b   |  13 lines

  1. ;
  2. ; PowerInstaller Script
  3. ;
  4. ; Name:   HelloWorld
  5. ;
  6. ; Author: Fabio Rotondo
  7. ;
  8. ; Descr:  Display the "Hello World!" message
  9.  
  10. BeginGUI Main
  11.   Message "Hello World!"
  12. EndGUI
  13.